Vcenter Network Projects Vpcs FilterSpec

Vcenter Network Projects Vpcs FilterSpec
Vcenter Network Projects Vpcs FilterSpec

The Vcenter Network Projects Vpcs FilterSpec schema contains properties used to filter the results when listing VPCs. If multiple properties are specified, only VPCs matching all of the properties match the filter.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "ids": [
        "string"
    ],
    "names": [
        "string"
    ],
    "external_ids": [
        "string"
    ]
}
array of string
ids
Optional

Identifiers that VPC must have to match the filter (see Vcenter Network Projects Vpcs VpcInfo.id).

This property was added in vSphere API 9.0.0.0.

If missing or null or empty, VPC with any ID match the filter.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.network.vpc. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.network.vpc.

array of string
names
Optional

Names that VPC must have to match the filter (see Vcenter Network Projects Vpcs VpcInfo.name).

This property was added in vSphere API 9.0.0.0.

If missing or null or empty, VPC with any name match the filter.

array of string
external_ids
Optional

External identifiers that VPC must have to match the filter (see Vcenter Network Projects Vpcs VpcInfo.external_id).

This property was added in vSphere API 9.0.0.0.

If missing or null or empty, VPC with any external identifier match the filter.